-
Notifications
You must be signed in to change notification settings - Fork 5k
Remove x-pack/metricbeat/module/openai (OpenAI) module and related links #47840
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
🤖 GitHub commentsJust comment with:
|
|
This pull request does not have a backport label.
To fixup this pull request, you need to add the backport labels for the needed
|
orestisfl
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems you forgot: git rm 'docs/reference/metricbeat/metricbeat-metricset-openai-usage.md'
|
@shmsr : any library dependencies that we should remove? |
Also |
Done @khushijain21 and @orestisfl! |
No only stdlib and elastic libs were used for OpenAI. |
🔍 Preview links for changed docs |
|
Proposed commit message
Please note that this module is being removed directly without deprecating. Please read the explanation below
Although this metricbeat module for OpenAI was originally planned for integrations, this module remained in beta and was never used. We discontinued it right after the release because it relied on querying an undocumented API for metrics, which was previously the only option. With the new official API now available, we are removing this unauthorized workaround. Users should not use this module, as it is unsupported by us, and the underlying undocumented API is not endorsed or supported by OpenAI.
Please use https://www.elastic.co/docs/reference/integrations/openai instead, which collects metrics from OpenAI's official usage API and is the recommended way to collect metrics from OpenAI.
Checklist
stresstest.shscript to run them under stress conditions and race detector to verify their stability../changelog/fragmentsusing the changelog tool.